Api.GetAliasesStatus method

Checks whether the program has enabled aliasing through EnableAliases.

Namespace: IntervalZero.KINGSTAR.OpcUa.Api

Assembly: IntervalZero.KINGSTAR.OpcUa.Api (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0

Syntax

C#VB
public KsReturn<bool> GetAliasesStatus()
Public Function GetAliasesStatus() As KsReturn(Of Boolean)

Return value

Type: KsReturn<bool>

Returns a KsError code and a bool value. false means it is disabled; while true means it is enabled.

Remarks

Use it after the KINGSTAR Subsystem is started.

Usable EtherCAT states

ecatOP

Examples

C#
N/A

See also

Api Class

IntervalZero.KINGSTAR.OpcUa.Api Namespace